Package com.cisco.pt.ipc.sim.impl
Class PAPProcessImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.ProcessImpl
com.cisco.pt.ipc.sim.impl.PAPProcessImpl
- All Implemented Interfaces:
IPCObject,PAPProcess,Process
Information provided by the PKI file:
\class PAPProcess
\brief PAPProcess handles and manipulates the PAP process.
\example network().getDevice("Router0").getProcess("PapProcess")
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionPAPProcessImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Information provided by the PKI file:voidsetSentPassword(String password) Information provided by the PKI file:voidsetSentUserName(String username) Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.sim.impl.ProcessImpl
getOwnerDeviceMethods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Constructor Details
-
PAPProcessImpl
public PAPProcessImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
setSentPassword
Information provided by the PKI file:
\brief Sets the sent password. \param password, the sent password.- Specified by:
setSentPasswordin interfacePAPProcess- Parameters:
password- Takes in a parameter of password
-
setSentUserName
Information provided by the PKI file:
\brief Sets the sent username. \param username, the sent username.- Specified by:
setSentUserNamein interfacePAPProcess- Parameters:
username- Takes in a parameter of username
-
getSentPassword
Information provided by the PKI file:
\brief Returns the sent password. \return string, the sent password.- Specified by:
getSentPasswordin interfacePAPProcess- Returns:
- String Returns a String
-
getSentUserName
Information provided by the PKI file:
\brief Returns the sent username. \return string, the sent username.- Specified by:
getSentUserNamein interfacePAPProcess- Returns:
- String Returns a String
-